POST api/saveCustomerPendingDetails
Request Information
URI Parameters
None.
Body Parameters
BOCustomerPendingDetailsName | Description | Type | Additional information |
---|---|---|---|
CustomerPendingID | integer |
None. |
|
CustomerId | integer |
None. |
|
CommonRemarks | string |
None. |
|
VisitedDate | string |
None. |
|
UserId | string |
None. |
|
CreatedByStaffId | integer |
None. |
|
NotFoundMessage | string |
None. |
|
oEmployeeList | Collection of EmployeeMaster |
None. |
|
oEmployeeSpecific | Collection of EmployeeSpecific |
None. |
|
oCustomerSpecific | Collection of CustomerSpecific |
None. |
|
oCustomerMasterOffLine | Collection of CustomerMasterOffLine |
None. |
|
oOfficeMasterOffLine | Collection of OfficeMasterOffLine |
None. |
Request Formats
application/json, text/json
Sample:
{ "oEmployeeList": [ { "CustomerId": 1, "EmployeeId": 2, "EmployeeName": "sample string 3", "DOB": "sample string 4", "Designation": "sample string 5", "PSASOfficeName": "sample string 6" }, { "CustomerId": 1, "EmployeeId": 2, "EmployeeName": "sample string 3", "DOB": "sample string 4", "Designation": "sample string 5", "PSASOfficeName": "sample string 6" } ], "oEmployeeSpecific": [ { "CustomerId": 1, "EmployeeId": 2, "HeadId": 3, "HeadName": "sample string 4", "StatusDate": "sample string 5", "DocStatus": "sample string 6", "Remarks": "sample string 7", "UserId": "sample string 8", "VisitedDate": "sample string 9" }, { "CustomerId": 1, "EmployeeId": 2, "HeadId": 3, "HeadName": "sample string 4", "StatusDate": "sample string 5", "DocStatus": "sample string 6", "Remarks": "sample string 7", "UserId": "sample string 8", "VisitedDate": "sample string 9" } ], "oCustomerSpecific": [ { "CustomerId": 1, "HeadId": 2, "HeadName": "sample string 3", "StatusDate": "sample string 4", "DocStatus": "sample string 5", "Remarks": "sample string 6", "UserId": "sample string 7", "VisitedDate": "sample string 8" }, { "CustomerId": 1, "HeadId": 2, "HeadName": "sample string 3", "StatusDate": "sample string 4", "DocStatus": "sample string 5", "Remarks": "sample string 6", "UserId": "sample string 7", "VisitedDate": "sample string 8" } ], "oCustomerMasterOffLine": [ { "CustomerId": 1, "CustomerName": "sample string 2" }, { "CustomerId": 1, "CustomerName": "sample string 2" } ], "oOfficeMasterOffLine": [ { "PSASOfficeId": 1, "PSASOfficeName": "sample string 2" }, { "PSASOfficeId": 1, "PSASOfficeName": "sample string 2" } ], "CustomerPendingID": 1, "CustomerId": 2, "CommonRemarks": "sample string 3", "VisitedDate": "sample string 4", "UserId": "sample string 5", "CreatedByStaffId": 6, "NotFoundMessage": "sample string 7" }
application/xml, text/xml
Sample:
<BOCustomerPendingDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PSASAttendanceMobileAPI.Models.BOL"> <CommonRemarks>sample string 3</CommonRemarks> <CreatedByStaffId>6</CreatedByStaffId> <CustomerId>2</CustomerId> <CustomerPendingID>1</CustomerPendingID> <NotFoundMessage>sample string 7</NotFoundMessage> <UserId>sample string 5</UserId> <VisitedDate>sample string 4</VisitedDate> <oCustomerMasterOffLine> <CustomerMasterOffLine> <CustomerId>1</CustomerId> <CustomerName>sample string 2</CustomerName> </CustomerMasterOffLine> <CustomerMasterOffLine> <CustomerId>1</CustomerId> <CustomerName>sample string 2</CustomerName> </CustomerMasterOffLine> </oCustomerMasterOffLine> <oCustomerSpecific> <CustomerSpecific> <CustomerId>1</CustomerId> <DocStatus>sample string 5</DocStatus> <HeadId>2</HeadId> <HeadName>sample string 3</HeadName> <Remarks>sample string 6</Remarks> <StatusDate>sample string 4</StatusDate> <UserId>sample string 7</UserId> <VisitedDate>sample string 8</VisitedDate> </CustomerSpecific> <CustomerSpecific> <CustomerId>1</CustomerId> <DocStatus>sample string 5</DocStatus> <HeadId>2</HeadId> <HeadName>sample string 3</HeadName> <Remarks>sample string 6</Remarks> <StatusDate>sample string 4</StatusDate> <UserId>sample string 7</UserId> <VisitedDate>sample string 8</VisitedDate> </CustomerSpecific> </oCustomerSpecific> <oEmployeeList> <EmployeeMaster> <CustomerId>1</CustomerId> <DOB>sample string 4</DOB> <Designation>sample string 5</Designation> <EmployeeId>2</EmployeeId> <EmployeeName>sample string 3</EmployeeName> <PSASOfficeName>sample string 6</PSASOfficeName> </EmployeeMaster> <EmployeeMaster> <CustomerId>1</CustomerId> <DOB>sample string 4</DOB> <Designation>sample string 5</Designation> <EmployeeId>2</EmployeeId> <EmployeeName>sample string 3</EmployeeName> <PSASOfficeName>sample string 6</PSASOfficeName> </EmployeeMaster> </oEmployeeList> <oEmployeeSpecific> <EmployeeSpecific> <CustomerId>1</CustomerId> <DocStatus>sample string 6</DocStatus> <EmployeeId>2</EmployeeId> <HeadId>3</HeadId> <HeadName>sample string 4</HeadName> <Remarks>sample string 7</Remarks> <StatusDate>sample string 5</StatusDate> <UserId>sample string 8</UserId> <VisitedDate>sample string 9</VisitedDate> </EmployeeSpecific> <EmployeeSpecific> <CustomerId>1</CustomerId> <DocStatus>sample string 6</DocStatus> <EmployeeId>2</EmployeeId> <HeadId>3</HeadId> <HeadName>sample string 4</HeadName> <Remarks>sample string 7</Remarks> <StatusDate>sample string 5</StatusDate> <UserId>sample string 8</UserId> <VisitedDate>sample string 9</VisitedDate> </EmployeeSpecific> </oEmployeeSpecific> <oOfficeMasterOffLine> <OfficeMasterOffLine> <PSASOfficeId>1</PSASOfficeId> <PSASOfficeName>sample string 2</PSASOfficeName> </OfficeMasterOffLine> <OfficeMasterOffLine> <PSASOfficeId>1</PSASOfficeId> <PSASOfficeName>sample string 2</PSASOfficeName> </OfficeMasterOffLine> </oOfficeMasterOffLine> </BOCustomerPendingDetails>
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.