POST api/Admin/RetailSuccessStore/Createstore?repId={repId}&username={username}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
repId | integer |
Required |
|
username | string |
Required |
Body Parameters
None.
Response Information
Resource Description
IOperationResultName | Description | Type | Additional information |
---|---|---|---|
IsSuccessful | boolean |
None. |
|
ValidationErrors | Dictionary of string [key] and string [value] |
None. |
|
Value | Object |
None. |
Response Formats
application/xml, text/xml
Sample:
<OperationResult> <IsSuccessful>False</IsSuccessful> <ValidationErrors /> <Value /> </OperationResult>
application/json, text/json
Sample:
{ "IsSuccessful": false, "ValidationErrors": {} }