Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 4.63 KB

File metadata and controls

14 lines (11 loc) · 4.63 KB

AtsCreateOfferRequestDto

Fields

Field Type Required Description Example
ApplicationId string N/A
StartDate DateTime Date of creation 2021-01-01T01:01:01.000Z
OfferStatus AtsCreateOfferRequestDtoOfferStatus N/A
Salary double N/A
Currency string N/A
OfferHistory List<OfferHistory> N/A
Passthrough Dictionary<String, object> Value to pass through to the provider {
"other_known_names": "John Doe"
}