TAG LINE
TAG LINE
SMALL TITLE
identity READ-ONLY | "identity": 20 Type: Number This is the unique numeric identifier for the Rerate |
rerateScheduleId | "rerateScheduleId": 24 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": 27 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": 6 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": 4 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": 23 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": 20, "accountId": 0, "rerateStart": "Sample Text Data", "rerateTypeId": 10, "createdByUserId": 24, "rerateReasonTypeId": 19, "entityIdentifier": "Sample Text Data" } HTTP/1.1 200 OK { "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b", "type": "create", "results": { "totalCount": 1, "items": [ { "identity": 1, "rerateScheduleId": 1, "rerateScheduleName": "Sample Text Data", "accountId": 21, "accountName": "Sample Text Data", "rerateStart": "Sample Text Data", "rerateTypeId": 17, "rerateTypeName": "Sample Text Data", "createdByUserId": 3, "createdByUserName": "Sample Text Data", "created": "2021-04-26T15:25:27.587Z", "rerateReasonTypeId": 3, "rerateReasonTypeName": "Sample Text Data", "entityIdentifier": "Sample Text Data" } ] } } |