POST https://api.legendonlineservices.co.uk/Contacts/{Id}/CancelRepresentation

No documentation available.

Request Parameters

From Path Type Description
Id Guid
From Body Type Description
FeeProcessLineItemId Int32 Optional.




{
  "FeeProcessLineItemId": 1
}

Response - (Status 200 - OK)

ContactCancelRepresentationResponseModel

Name Type Description
Amount Decimal
ContactGuid Guid
ErrorMessage String
FeeProcessLineItemId Int32
RepresentationCancelled Boolean
[CancelRePresentationBillingModel]
Name Type Description
BillingID Int32
Total Decimal




{
  "ContactGuid": "704a9867-2af1-4474-90d9-d513383399ad",
  "FeeProcessLineItemId": 2,
  "RepresentationCancelled": true,
  "ErrorMessage": "sample string 4",
  "Billings": [
    {
      "BillingID": 1,
      "Total": 2.0
    },
    {
      "BillingID": 1,
      "Total": 2.0
    },
    {
      "BillingID": 1,
      "Total": 2.0
    }
  ],
  "Amount": 1.0
}

Bundle(s)
FundingUpdate