TAG LINE
TAG LINE
SMALL TITLE
identity READ-ONLY | "identity": 10 Type: Number This is the unique numeric identifier for the Rerate |
rerateScheduleId | "rerateScheduleId": 10 Type: Number Unique identifier for the associated RerateSchedule object. |
rerateScheduleName | "rerateScheduleName": "Sample Name" Type: String The name of the object associated with the rerateScheduleId property. |
accountId | "accountId": 19 Type: Number Unique identifier for the associated Account object. |
accountName | "accountName": "Sample Name" Type: String The name of the object associated with the accountId property. |
rerateStart | "rerateStart": "Hello World" Type: String |
rerateTypeId | "rerateTypeId": 27 Type: Number Unique identifier for the associated RerateType object. |
rerateTypeName | "rerateTypeName": "Sample Name" Type: String The name of the object associated with the rerateTypeId property. |
createdByUserId | "createdByUserId": 18 Type: Number Unique identifier for the associated User object. |
createdByUserName | "createdByUserName": "Sample Name" Type: String The name of the object associated with the createdByUserId property. |
created READ-ONLY | "created": "2021-04-26T15:25:27.587Z" Type: Date This is a system generated date when the record was created. Date and time values are specified in the ISO 8601 format. |
rerateReasonTypeId | "rerateReasonTypeId": 17 Type: Number Unique identifier for the associated RerateReasonType object. |
rerateReasonTypeName | "rerateReasonTypeName": "Sample Name" Type: String The name of the object associated with the rerateReasonTypeId property. |
entityIdentifier | "entityIdentifier": "Hello World" Type: String |
| POST | Rerate/Now/ |
| Create a new instance of the Rerate object. | |
Create a new instance of the Rerate object. POST Rerate/Now/
{
"rerateScheduleId": 7,
"accountId": 10,
"rerateStart": "Sample Text Data",
"rerateTypeId": 20,
"createdByUserId": 5,
"rerateReasonTypeId": 23,
"entityIdentifier": "Sample Text Data"
}HTTP/1.1 200 OK
{
"trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b",
"type": "create",
"results": {
"totalCount": 1,
"items": [
{
"identity": 1,
"rerateScheduleId": 22,
"rerateScheduleName": "Sample Text Data",
"accountId": 1,
"accountName": "Sample Text Data",
"rerateStart": "Sample Text Data",
"rerateTypeId": 3,
"rerateTypeName": "Sample Text Data",
"createdByUserId": 16,
"createdByUserName": "Sample Text Data",
"created": "2021-04-26T15:25:27.587Z",
"rerateReasonTypeId": 4,
"rerateReasonTypeName": "Sample Text Data",
"entityIdentifier": "Sample Text Data"
}
]
}
} | |