POST api/School/GetCustomerList
Request Information
URI Parameters
None.
Body Parameters
CustomerAPISearchParameter| Name | Description | Type | Additional information |
|---|---|---|---|
| ParentCode | string |
None. |
|
| SchoolId | integer |
None. |
|
| SchoolCode | string |
None. |
|
| SchoolName | string |
None. |
|
| SalesArea | string |
None. |
|
| Class | string |
None. |
|
| AgentUsername | string |
None. |
|
| AgentId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ParentCode": "sample string 1",
"SchoolId": 1,
"SchoolCode": "sample string 2",
"SchoolName": "sample string 3",
"SalesArea": "sample string 4",
"Class": "sample string 5",
"AgentUsername": "sample string 6",
"AgentId": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultOfVibeAPIResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | VibeAPIResult |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.