POST api/ConfirmOutstandingCredit

Request Information

URI Parameters

None.

Body Parameters

CRMSValidationWrapperRequest
NameDescriptionTypeAdditional information
CustomerId

string

None.

CountryId

string

None.

AccountId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CustomerId": "sample string 1",
  "CountryId": "sample string 2",
  "AccountId": "sample string 3"
}

application/xml, text/xml

Sample:
<CRMSValidationWrapperRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NanoLending.CoreObject.DataTransferObjects.ThirdParty">
  <AccountId>sample string 3</AccountId>
  <CountryId>sample string 2</CountryId>
  <CustomerId>sample string 1</CustomerId>
</CRMSValidationWrapperRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.