POST api/Counter?userName={userName}&password={password}&phoneNumber={phoneNumber}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userName | string |
Required |
|
| password | string |
Required |
|
| phoneNumber | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of CounterInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| CounterID | integer |
None. |
|
| AccountName | string |
None. |
|
| PhoneNumber | string |
None. |
|
| Address | string |
None. |
|
| Credit | decimal number |
None. |
|
| Debit | decimal number |
None. |
|
| AccountGuid | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.