| Requires any of the roles: | Client, Admin, Partner |
| GET | /campaign/responses/payment/{PublicAccessGuid}/ | Campaign Action Payment Detail Responses |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| PublicAccessGuid | path | Guid | Yes | |
| CampaignActionsId | query | long | Yes | |
| PageNumber | query | int | No | |
| PageSize | query | int | No | |
| UniqueIdentifier | query | string | No | |
| FirstName | query | string | No | |
| LastName | query | string | No | |
| ContactNumber | query | string | No | |
| query | string | No | ||
| StatusCodesId | query | long? | No | |
| InvoiceNumber | query | string | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| campaignActionInboxResponsesDetailViews | form | List<CampaignActionPaymentResponsesDetailView> | No | |
| ResponseStatus | form | ResponseStatus | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Id | form | long? | No | |
| UniqueIdentifier | form | string | No | |
| FirstName | form | string | No | |
| LastName | form | string | No | |
| ContactNumber | form | string | No | |
| form | string | No | ||
| InvoiceNumber | form | string | No | |
| AmountOutstanding | form | double? | No | |
| AmountPaid | form | double? | No | |
| RequestDate | form | DateTimeOffset? | No | |
| StatusCodesDescription | form | string | No | |
| StatusCodesId | form | long? | No | |
| CampaignActionsId | form | long? | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /campaign/responses/payment/{PublicAccessGuid}/ HTTP/1.1
Host: duengageapi.uat.scadsoftware.com
Accept: text/jsv
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
campaignActionInboxResponsesDetailViews:
[
{
Id: 0,
UniqueIdentifier: String,
FirstName: String,
LastName: String,
ContactNumber: String,
Email: String,
InvoiceNumber: String,
AmountOutstanding: 0,
AmountPaid: 0,
RequestDate: 0001-01-01T00:00:00.0000000+00:00,
StatusCodesDescription: String,
StatusCodesId: 0,
CampaignActionsId: 0
}
],
ResponseStatus:
{
ErrorCode: String,
Message: String,
StackTrace: String,
Errors:
[
{
ErrorCode: String,
FieldName: String,
Message: String,
Meta:
{
String: String
}
}
],
Meta:
{
String: String
}
}
}