Sales Agreement Input

Input representation to convert a source object to a sales agreement.
JSON example
{
  "sourceObjectId": "0kFT1000000000RMAQ",
  "salesAgreementDefaultValues": {
      "salesAgreement": {
          "StartDate": "2020-01-01",
          "ScheduleFrequency": "Monthly",
          "ScheduleCount": "10"
      },
      "salesAgreementProduct": {
          "PricebookEntry": "01uxx00000091jOAAQ",
          "Name": "test-sap1",
          "InitialPlannedQuantity":"1"
      }
  }
}
Properties
Name Type Description Required or Optional Available Version
salesAgreement​​​DefaultValues Sales Agreement Default​​ Fields Input[] Default field values for the SalesAgreement and SalesAgreementProduct entities that aren’t defined in the mapping definition.

You can remove a mapping field from the definition by providing the output field value as blank for SalesAgreement or SalesAgreementProduct.

Note

Optional 51.0
sourceObjectId String ID of the source object containing the mapping definition used to create the sales agreement record. Required 51.0