PaymentMethod

1 Need to set a method type from the following: AmericanExpress, Cash, Check, DebitCard, Discover, ECheck, GiftCard, MasterCard, Other, OtherCreditCard, Visa
2 This endpoint does is Select and Process (insert only), but does not update on Process.
3 The following fields from the schema are Select only: IsActive, CreatedDateTime, LastModifiedDateTime
{
    "ID": "",
    "FullName": "", // [required]
    "MethodType": "", // [required] See method types above
    "IsActive": true, // [select only]
    "CreatedDateTime": "2017-01-01T12:00:00", // [select only]
    "LastModifiedDateTime": "2017-01-01T12:00:00" // [select only]
}