POST api/AccountDetails/MoveOutAPI
Request Information
URI Parameters
None.
Body Parameters
MVORequest| Name | Description | Type | Additional information |
|---|---|---|---|
| CompanyID | integer |
None. |
|
| bscustomerID | string |
None. |
|
| username | string |
None. |
|
| AccountID | integer |
None. |
|
| serviceEndDate | string |
None. |
|
| bSESIID | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CompanyID": 1,
"bscustomerID": "sample string 2",
"username": "sample string 3",
"AccountID": 4,
"serviceEndDate": "sample string 5",
"bSESIID": "sample string 6"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1