POST api/InitTables/GetCustomerInitTableById
Request Information
URI Parameters
None.
Body Parameters
CustomerCloudInitTableBase| Name | Description | Type | Additional information |
|---|---|---|---|
| TableId | integer |
None. |
|
| CustomerId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"TableId": 1,
"CustomerId": 2
}
application/xml, text/xml
Sample:
<CustomerCloudInitTableBase xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OmdanRestModels.Models.Binding_Models"> <CustomerId>2</CustomerId> <TableId>1</TableId> </CustomerCloudInitTableBase>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.