ProgramMemberDataResponse¶
Type: object
Properties¶
| Property | Type | Required | Description | Constraints |
|---|---|---|---|---|
status |
string | Yes | Status of the operation performed on the record | enum: created, updated, skipped |
reasons |
array |
No | List of reasons why an operation did not succeed. Reasons are only present in API responses and should not be submitted | |
leadId |
integer (int64) | Yes | Id of the lead associated to the program member | |
seq |
integer (int32) | Yes | Integer indicating the sequence of the record in response. This value is correlated to the order of the records included in the request input. Seq should only be part of responses and should not be submitted. |
Generated example¶
{
"status": "created",
"reasons": [
{
"code": "string",
"message": "string"
}
],
"leadId": 123,
"seq": 123
}
Referenced models¶
Source¶
Generated from swagger-mapi.json.