POST api/Wcc/InsertBatchId
Request Information
URI Parameters
None.
Body Parameters
InsertBatchDetailsDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| batchId | integer |
None. |
|
| project | string |
None. |
|
| userName | string |
None. |
|
| recordCount | integer |
None. |
|
| serviceProvider | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"batchId": 1,
"project": "sample string 2",
"userName": "sample string 3",
"recordCount": 4,
"serviceProvider": "sample string 5"
}
application/xml, text/xml
Sample:
<InsertBatchDetailsDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AccountUpdater.Models"> <batchId>1</batchId> <project>sample string 2</project> <recordCount>4</recordCount> <serviceProvider>sample string 5</serviceProvider> <userName>sample string 3</userName> </InsertBatchDetailsDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |