POST api/SaveAccountNCLBGC_RenewalInformation/{id}?LicenseRenewalAmendment={LicenseRenewalAmendment}&AccountRenewalIdnt={AccountRenewalIdnt}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
id | No documentation available. |
Define this parameter in the request URI. |
LicenseRenewalAmendment | No documentation available. |
Define this parameter in the request URI. |
AccountRenewalIdnt | No documentation available. |
Define this parameter in the request URI. |
RenInfo | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "NCLBGCDateOfFinancials": "sample string 1", "NCLBGCFinancialAttested": "sample string 2", "NCLBGCFinancialAttestedSignedName": "sample string 3", "NCLBGCFinancialNotes": "sample string 4", "VerboseResponse": "sample string 5", "FinalConfirmation": "sample string 6", "FinalAttestationName": "sample string 7", "FinancialBalanceSheetDocumentIdnt": "sample string 8" }
application/xml, text/xml
Sample:
<NCLBGC_RenewalAmendmentInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Intranet.Models"> <FinalAttestationName>sample string 7</FinalAttestationName> <FinalConfirmation>sample string 6</FinalConfirmation> <FinancialBalanceSheetDocumentIdnt>sample string 8</FinancialBalanceSheetDocumentIdnt> <NCLBGCDateOfFinancials>sample string 1</NCLBGCDateOfFinancials> <NCLBGCFinancialAttested>sample string 2</NCLBGCFinancialAttested> <NCLBGCFinancialAttestedSignedName>sample string 3</NCLBGCFinancialAttestedSignedName> <NCLBGCFinancialNotes>sample string 4</NCLBGCFinancialNotes> <VerboseResponse>sample string 5</VerboseResponse> </NCLBGC_RenewalAmendmentInfo>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.